-
Re: Using a COUNTIF but need two criteria
You just need to change the COUNTIF to COUNTIFS and add your 2nd range and 2nd criteria =COUNTIFS({Project List Range 1}, Labels@row, Range2, Criteria21 · -
Re: IF formula help resquested !
Should be: =IF(FREQUENCE@row = "Probable FREQUENT"; 5; IF(FREQUENCE@row = "Probable MENSUEL"; 4; IF(FREQUENCE@row = "Probable ANNUEL"; 3; IF(FREQUENCE@row = "RARE&q…1 · -
Re: What view are you? Share your story and claim your badge
Grid View - I like to be able to see as much as possible without other clutter.1 · -
Re: COUNTIFS issue
Try using it with a CONTAINS function, similar to this below: =COUNTIFS(Position:Position, CONTAINS("Parish Center", @cell)1 · -
Re: Please help with Formuala
Okay - I better understand what you're trying to do. It's almost an IF(AND with 2 true statements (with an OR) and then a COUNT or COUNTM to count number of replies… I can visualize it, but getting i…1 ·